Welcome![Sign In][Sign Up]
Location:
Search - fat 16

Search list

[Program docOneSimulationof2x2MIMO

Description: 该文章展示了一个两发两收的MIMO平台,简述了MIMO系统的各个不分组成,基于matlab进行仿真-The article depicts a fat 2 2 admission MIMO platform outlined a MIMO system regardless of the various components, based on MATLAB simulation
Platform: | Size: 243712 | Author: 陈帅 | Hits:

[Other Embeded programfat32_24-01-04

Description: 嵌入式系统中的完整FAT16和FAT32源码,,可以直接操作IDE设备,不需要其它库。-Complete embedded systems FAT16 and FAT32 source, can be directly manipulated IDE devices, does not require other libraries.
Platform: | Size: 39936 | Author: 胡宁 | Hits:

[Other Embeded programFAT16

Description: 这个里面有FAT16文件系统的源代码和相关的FAT16说明文档,十分全面,对嵌入式工程师搞文件系统的移植很有帮助,可以在从分理解后移植到SD卡或者CF卡上面。-The inside has FAT16 file system source code and related documentation FAT16, very comprehensive, embedded file system engineers engaged in transplantation helpful, you can understand from the minutes after the transplant to the SD card or CF card above.
Platform: | Size: 349184 | Author: 木 易 | Hits:

[Embeded-SCM Developfat32

Description: - file system ISO9660 iso9660.c iso9660.h - file system FAT12/16 fat.c fat.h - file system FAT32 fat32.c fat32.h
Platform: | Size: 87040 | Author: liu | Hits:

[Software EngineeringHardiskMBR

Description: 硬盘主引导记录程序的功能是读出自举分区的BOOT程序,并把控制转移到分区BOOT程序。整个程序流程如下: 1 将本来读入到0:7C00H处的硬盘主引导记录程序移至0:61BH处; ⑵ 顺序读入四个分区表的自举标志,以找出自举分区,若找不到,转而执行INT18H的BOOT异常执行中断程序; ⑶ 找到自举分区后,检测该分区的系统标志,若为32位FAT表或16位FAT表但支持13号中断的扩展功能,就转到执行13号中断的41号功能调用进行安装检验,检验成功,就执行42号扩展读功能调用把BOOT区程序读入到内存0:7C00H处,成功,跳到第⑸步,若读失败或系统标志为其它,就调用13号中断的读扇区功能调用把BOOT读到0:7C00H; ⑷ 用13号中断的读扇区功能时,用两种方式分别进行5次试读。第一种方式是直接从自举分区的头扇区读入BOOT程序,若读成功,但结束标志不是55AA,则改用第二种方式,又如果用第一种方式试读五次均不成功,就改用第二种方式。若两种方式试读均失败,就转到出错处理程序; ⑸ 读入BOOT区程序成功,转至0:7C00H处执行BOOT程序。 -err
Platform: | Size: 6144 | Author: chen | Hits:

[SCMmmc

Description: 单片机操作MMC/SD卡读写fat12/16/32文件系统的程序,外国网站找到的,支持文件open,read write mkdir close 等,基本pc文件功能都支持,专门针对8位mcu,方便移植到各种单片机系统,占用资源很少-Singlechip operation MMC/SD card reader fat12/16/32 file system procedures, on foreign web sites found to support the file open, read write mkdir close and so on, the basic document functionality pc support, specifically for 8-bit mcu, facilitate transplantation to a variety of single-chip systems, occupy very little resources
Platform: | Size: 37888 | Author: 姜磊 | Hits:

[SCMPIC24_SD_TEST

Description: 使用PIC24 16位单片机 读写SD卡 支持FAT32-PIC24 16-bit single chip using SD card reader support for FAT32
Platform: | Size: 1643520 | Author: sinmax | Hits:

[Other Embeded programsd-reader_source

Description: SD卡和FAT16读写源代码 支持长文件名和子目录-SD card and FAT16 read and write the source code to support long file names and subdirectories
Platform: | Size: 222208 | Author: zy | Hits:

[SCMcc2430-16

Description: 在 PC 上从串口向CC2430 发任意长度为30 字节的字串,若长度不足30 字节,则以#为字串末字节,CC2430 在收到字节后会将这一字串从串口反向发向PC,用串口助手可以显示出来。-In the PC serial port to the CC2430 from fat, 30 bytes of arbitrary length of the string, if length of less than 30 bytes, then# For the string at the end of byte, CC2430 will be after the receipt of the byte string Reverse fat from the serial port to the PC, using serial assistants can be displayed.
Platform: | Size: 18432 | Author: aka | Hits:

[Software Engineering16×16juzhenxianshi

Description: 汉字LED点阵显示 我说一下算了,电路很简单,p0口发汉字码,p1口输出扫描码-LED dot matrix display Chinese characters you forget I said that, the circuit is very simple, p0 fat mouth Character, p1 output scan code
Platform: | Size: 79872 | Author: ljj | Hits:

[SCMSD_FAT16

Description: 基于msp430单片机的SD卡读写驱动,已移植文件系统FATfs,可在SD卡实现文件的读写操作-MSP430 MCU-based SD card reader drivers, file system has been transplanted FATfs, can achieve SD card files to read and write operation
Platform: | Size: 121856 | Author: 贺堃 | Hits:

[Embeded-SCM DevelopCode

Description: FAT文件系统的文件信息的浏览。支持FAT12,16,32-FAT file system file information browsing. Support for FAT12, 16,32
Platform: | Size: 112640 | Author: 石杨 | Hits:

[Other Embeded programMMC

Description: fat 16 for mmc and sd
Platform: | Size: 2048 | Author: dhrey | Hits:

[Other Embeded programFAT16_8051_high_level

Description: high level routines for sd card using fat 16
Platform: | Size: 40960 | Author: jose | Hits:

[SCMMmc_Fat16

Description: here code memory card with fat 16 with controller
Platform: | Size: 110592 | Author: ashu | Hits:

[ARM-PowerPC-ColdFire-MIPSFat16_Test

Description: ARM 44B0上的FAT 16实现源代码,ADS12环境下直接编译通过-ARM 44B0 FAT 16 on the implementation source code, ADS12 of the direct compile
Platform: | Size: 177152 | Author: 刘以续 | Hits:

[File OperateFAT16_a_FAT32.ZIP

Description: FAT 16 & 32 Introduction EN
Platform: | Size: 11264 | Author: DiLady | Hits:

[SCMfatfs_tiny20111103

Description: fat文件系统,支持12、16、32。在fatfs tiny上进行修改,在电脑上插入U盘或者读卡器,在vc下运行即可搜索到里面的MP3和WMA文件-fat system, suport fat12\fat16\fat32. Insert Udisk or card reader to PC, run this progran, it can serch XX.MP3 and XX.WMA files.
Platform: | Size: 669696 | Author: 周涛 | Hits:

[SCMFAT16

Description: FAT16 文件系统,兼容fat12,很有参考意义-FAT 16 AND FAT 12 File System Give a reference
Platform: | Size: 9216 | Author: han | Hits:

[Industry researcheffs_fat262

Description: HCC-Embedded Embedded Flash File System FAT12/16/32 Implementation Guide This guide is intended for use by embedded software engineers who have should have a knowl edge of the C programming language, standard file API s who wish to implement a FAT12, FAT 16 or FAT32 file system in any combination of RAM, Compact Flash Card, MultiMediaCard, Hard Disk Drive or other device type. Although every attempt has been made tomake the system as simple to use as possible the developer must understand the requirements of the system they are designing to get the best practical benefit from the system. HCC- Embedded offers hardware and firmware development consultancy to assist developers with the implementation of a flash file system.-HCC-Embedded Embedded Flash File System FAT12/16/32 Implementation Guide This guide is intended for use by embedded software engineers who have should have a knowl edge of the C programming language, standard file API s who wish to implement a FAT12, FAT 16 or FAT32 file system in any combination of RAM, Compact Flash Card, MultiMediaCard, Hard Disk Drive or other device type. Although every attempt has been made tomake the system as simple to use as possible the developer must understand the requirements of the system they are designing to get the best practical benefit from the system. HCC- Embedded offers hardware and firmware development consultancy to assist developers with the implementation of a flash file system.
Platform: | Size: 153600 | Author: liyuechuan | Hits:
« 1 23 4 »

CodeBus www.codebus.net